<?xml version="1.0"?>
<component name="com.nuxeo.ecm.arender.low.resolution.override">

  <require>com.nuxeo.ecm.arender.low.resolution</require>

  <extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      Configuration property allowing to use an Automation Chain to retrieve the blob to preview in ARender Previewer.
      The value is empty by default in order to always return the asked blob and not a low resolution.

      If you want to enable the low resolution behavior just contribute the following:
      <code>
        <extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
          <property name="nuxeo.arender.low.resolution.chain">Document.ARenderGetBlob</property>
        </extension>
      </code>
    </documentation>
    <property name="nuxeo.arender.low.resolution.chain"/>
  </extension>

</component>
